home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilrexx / ww5htmlh.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  39 lines

  1. Short:    WordWorth 5 Arexx HTML Helper
  2. Author:   kohutr@connexus.apana.org.au (Rudy Kohut)
  3. Uploader: kohutr@connexus.apana.org.au (Rudy Kohut)
  4. Type:     util/rexx
  5.  
  6. Contents:
  7.  
  8. File called "HTML_Helper.rexx".
  9.  
  10. What it Does:
  11.  
  12. If you want to create Web Pages using WordWorth 5, this script
  13. contains almost all the HTML 3.2 tags for insertion into the active
  14. page of your text. I have created this to reduce typing, especially on
  15. long tags. I have not included tags that are short, like <DD>, that
  16. have no end tag or attributes.
  17.  
  18. Installation:
  19.  
  20. This little ARexx script is to be installed in your "WWRexx" drawer
  21. and then added to the "Wizard" list.
  22.  
  23. How to Use it:
  24.  
  25. After installation, the file should appear in the Wizard window list.
  26. Type a tag, eg <DIV> , and leave the cursor at the end of the word.
  27.  
  28. Double click the file "HTML_Helper.rexx" in the Wizard window and the
  29. tag will be replaced with, in this example:
  30.  
  31. <DIV> becomes <DIV ALIGN=left|center|right>...</DIV>, all set for you
  32. to edit as needed.
  33.  
  34. This is great for remembering all the potential attributes for a tag!
  35.  
  36. Have fun.
  37.  
  38. Rudy Kohut
  39.